define([], function () { "use strict"; var CorpProfileLocale = function () { return { topProfile: { labels: { profile: "Hồ sơ", inbox: "Mailbox", settings: "Settings", logout: "Logout", login: "Login", logoutTitle: "Click to Logout", changePassword: "Change Password", changePasswordTitle: "Click to Change Password", mylimits: "My Limits", setSecQues: "Set Security Question", myalerts: "Manage Alerts", help: "Help", about: "About", mailbox: "Mailbox", logo_title: "Go to Dashboard", logo_alt: "Open Dashboard", back_title: "Click to Go Back", back_alt: "Back", requestfunds: "Request Funds", unclaimedfunds: "Unclaimed Funds", requestfundsTitle: "Click to view funds requested", unclaimedfundsTitle: "Click to view Unclaimed Funds", location: "Location", locationTitle: "Click to view Location", toggleInner: "Toggle Menu", openMenu: "Open Menu", openMail: "Open Mails", openAlerts: "Open Alerts", openProfile: "Open Profile", openProfileTitle: "Click to Open Profile", manageAlerts: "Manage Alerts", notifications: "Notifications", notificationAlt: "{notificationUnreadCount} Notifications", locateMe: "ATM/Branch Locator", locateMeAlt: "Locate ATM Branch", search: "Tìm kiếm ...", info: "Information", updateAvatar: "Cập nhật avatar", hello: "Xin chào ", }, quickMenu: { dashboard: "Dashboard", trends: "Trends", "quick-access": "Quick Access", payments: "Payments" }, bankName: "SCB" }, welcome: "{lastName} {middleName} {firstName}", lastLogin: "Lần đăng nhập cuối {lastLoginDate}", fullName: "{lastName} {middleName} {firstName}" }; }; return new CorpProfileLocale(); });